home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / bit / help / quant.hlp < prev    next >
Text File  |  1994-08-01  |  902b  |  28 lines

  1.  
  2. @C1@c@b@_ Quantization
  3.  
  4.      To reduce the number of colors in an image.
  5.  
  6. @s@b Note
  7.      It is not recommended to use quantization for the purpose of saving
  8.      disk space because JPEG is better at that and retains more info than
  9.      quantization as well.
  10.  
  11.      Several Quantization method exists
  12.  
  13. @b  Fast256
  14.      An effective and relatively accurate quantization implementation.
  15.      However, accuracy for reducing colors to other than 256 colors
  16.      is unknown.
  17. @b  median cut
  18.      The most popular and accurate one. It takes more CPU time however.
  19.      (in this pre-release, this method is not implemented.  General
  20.      purpose quantization can still be achieved thru external bindings
  21.      to djpeg or ppmquant. See sample bindings).
  22. @b  Octree
  23.      A simple and fast method which gives acceptable results for most
  24.      images.
  25. @b  Bugs
  26.      Only Fast256 is implemented in this pre-release.
  27.  
  28.